# list interface usage
oifcfg getif 
# list existing networks
srvctl config network

# vortex-db01-dba-vip: 192.168.3.88
# vortex-db02-dba-vip: 192.168.3.90
# as ROOT user
srvctl add network -netnum 2 -subnet 192.168.3.0/255.255.255.0/eth3 -nettype STATIC
srvctl add vip -node vortex-db01 -address vortex-db01-dba-vip/255.255.255.0/eth3 -netnum 2
srvctl add vip -node vortex-db02 -address vortex-db02-dba-vip/255.255.255.0/eth3 -netnum 2
srvctl start vip -vip vortex-db01-dba-vip
srvctl start vip -vip vortex-db02-dba-vip
# as GRID user
srvctl add listener -listener LISTENER_DG -netnum 2 -endpoints TCP:1600
srvctl start listener -listener LISTENER_DG
